home *** CD-ROM | disk | FTP | other *** search
/ Enter 2010 January / ENTER_2010_01.iso / Programy / Gry / Base_Invaders_ / BaseInvadersSetup1.3.exe / {app} / Config / GuiConfig.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-25  |  1.4 KB  |  43 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Stream version="2.0">
  3.     <serializable>
  4.         <bool name="Active">true</bool>
  5.         <bool name="ShowMouse">true</bool>
  6.         <texture name="mousetex">Textures/Mouse.png</texture>
  7.         <uint name="MouseIcon">0</uint>
  8.         <color name="PrimaryColor">
  9.             <real name="Red">0</real>
  10.             <real name="Green">0.8</real>
  11.             <real name="Blue">0</real>
  12.             <real name="Alpha">1</real>
  13.         </color>
  14.         <color name="SecondaryColor">
  15.             <real name="Red">0.8</real>
  16.             <real name="Green">0</real>
  17.             <real name="Blue">0.8</real>
  18.             <real name="Alpha">1</real>
  19.         </color>
  20.         <list name="Backgrounds" size="3" type="FileName">
  21.             <file>Textures\MenuBackground.dds</file>
  22.             <file>Textures\VICTORY.dds</file>
  23.             <file>Textures\GameOver.dds</file>
  24.         </list>
  25.         <list name="BitmapFonts" size="3" type="FontInfo">
  26.             <FontInfo>
  27.                 <texture name="texture">GUI\SysVer.dds</texture>
  28.                 <file name="widthFile">GUI\SysVer.dat</file>
  29.                 <int name="subFont">0</int>
  30.             </FontInfo>
  31.             <FontInfo>
  32.                 <texture name="texture">GUI\ShermlockImpact.dds</texture>
  33.                 <file name="widthFile">GUI\ShermlockImpact.dat</file>
  34.                 <int name="subFont">0</int>
  35.             </FontInfo>
  36.             <FontInfo>
  37.                 <texture name="texture">GUI\ShermlockImpactD.dds</texture>
  38.                 <file name="widthFile">GUI\ShermlockImpact.dat</file>
  39.                 <int name="subFont">0</int>
  40.             </FontInfo>
  41.         </list>
  42.     </serializable>
  43. </Stream>